M3 CSS
M3 CSS
M3 CSS
–Attribute style
–CSS property
– Followed by a colon and a value
<style type="text/css">
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
color:darkgreen;
}
.special{color:blue;}
</style>
EXTERNAL STYLE SHEETS
– External style sheets are written as text files with the MIME
type text/css