Browse Source

testování obrázků v pozadí hlavičky

export_seznamu_prednasek
Kateřina Čížková 5 years ago
parent
commit
04d40e5047
  1. 4
      mamweb/static/css/mamweb.css
  2. BIN
      mamweb/static/images/test.jpg

4
mamweb/static/css/mamweb.css

@ -153,14 +153,14 @@ h1 {
#header { #header {
position: relative; position: relative;
background: url("../images/uvod.jpg") no-repeat center top; background: url("../images/test.jpg") no-repeat center top; /* poměr 350:970, todo aby to nemuselo být přesně na pixely */
background-size: 100%; background-size: 100%;
top: 58px; top: 58px;
} }
/*todo: rozumné fotky*/ /*todo: rozumné fotky*/
#header.cojemam { background-image: url("../images/uvod.jpg");} #header.cojemam { background-image: url("../images/test.jpg");}
#header.soustredeni { background-image: url("../images/noc.jpg");} #header.soustredeni { background-image: url("../images/noc.jpg");}
#header.zadani { background-image: url("../images/noc.jpg");} #header.zadani { background-image: url("../images/noc.jpg");}
#header.clanky { background-image: url("../images/stiny.jpg");} #header.clanky { background-image: url("../images/stiny.jpg");}

BIN
mamweb/static/images/test.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Loading…
Cancel
Save