====== LU12.L01 - CSS Grundlagen ======
[[https://templates-html.github.io/M293_LU12_01_basics/|Live Preview]]
Klassenselektor
Klassenselektor
1. Absatz
4. Absatz
/* 1. */
body {
font-family: Futura, sans-serif;
}
/* 5. */
header,
footer {
font-size: 80%;
background-color: #00b3ee;
text-align: left;
}
/* 7. */
nav {
font-size: 90%;
background-color: #778899;
color: #ffffff;
text-align: center;
}
/* 6. */
h1, h2{
color: darkslateblue;
}
/* 2. */
p.remark {
margin-left: 70px;
border-left: 15px solid blue;
padding-left: 10px;
}
/* 3. */
p.remark.warning {
border-left: 9px solid blue;
border-top: 1.5px solid blue;
border-right: 9px solid blue;
border-bottom: 1.5px solid blue;
text-align: center;
}
/* 4. */
.warning { color: blue; }
.bigfont { font-size: 130%; }
----
[[https://github.com/templates-html/M293_LU12_01_basics|Repository]]
{{tag>m293-LU12}}
[[https://creativecommons.org/licenses/by-nc-sa/4.0/|{{https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png}}]] Daniel Garavaldi, Kevin Maurizi