Show sourcecode
The following files exists in this folder. Click to view.
public_html/gamla-kurser/webbutv1/ovningar/css/
bento_grid.css
css_ovning-flexbox.css
css_ovning10.css
css_ovning11.css
css_ovning3.css
css_ovning8a.css
css_ovning8b.css
css_ovning9.css
css_ovning9_alt.css
css_ovning3.css
87 lines ASCII Windows (CRLF)
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
body {
background-color: #ffff99;
}
strong {
font-size: 16px;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-style: Arial;
font-size: 12px;
}
div {
font-family: Arial, Helvetica, sans-serif;
font-style: Arial;
font-size: 12px;
}
h1 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: red;
text-align: center;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
}
img {
width: 300px;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}
a {
color:#666666;
font-size:16px;
text-decoration:none;
}
a:hover {
text-decoration:underline overline;
}
.center {
text-align: center;
}
.half-line {
width: 50%;
margin-left: 0px;
}
.three-thirds-line {
width: 75%;
}
.green {
color: green;
}
.blue {
color: blue;
}
.yellow {
color: yellow;
}
.bg_green {
background-color: #39FF14;
}
.spec {
background-color: red;
size: 16px;
font-weight: bold;
}
.kod {
font-family: 'Courier New', Courier, monospace;
font-style: Courier;
}