Difference between revisions of "Template:Lund/CSS"
Revision as of 00:53, 24 September 2018
(
view source
)
Trnjonny
(
Talk
|
contribs
)
← Older edit
Revision as of 01:06, 24 September 2018
(
view source
)
Trnjonny
(
Talk
|
contribs
)
Newer edit →
Line 1:
Line 1:
h1 {
h1 {
color: red;
color: red;
+
}
+
+
p {
+
margin: 10px
+
background-color: blue;
}
}
Revision as of 01:06, 24 September 2018
h1 { color: red; }
p { margin: 10px background-color: blue; }