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_ovning10.css
35 lines ASCII Windows (CRLF)
.maindiv {
width: 25%;
height: 75%;
background-color: white;
}
body {
background-color: #484848;
}
fieldset {
border: 1px solid black;
padding: 10px;
margin: 10px;
background-color: white;
text-align: left;
}
h1 {
text-align: center;
}
legend {
font-weight: bold;
}
#mainset {
width: 25%;
height: 75%;
}
#akut {
color: red;
}