public_html/osobie.css
2019-06-14 19:38:05 +02:00

36 lines
532 B
CSS

body {
background: #2980B9;
background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);
background: linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);
}
img {
float: right;
margin: 5px;
align: right;
}
#studenci {
float: left;
}
#content {
padding-left: 300px;
max-width: 600px;
}
#p1 {
color: rgb(100, 100, 150);
text-align: justify;
}
#p2 {
color: rgb(120, 150, 100);
text-align: justify;
}
#p3 {
color: rgb(150, 100, 100);
text-align: justify;
}