Open main menu
Home
Random
Log in
Settings
About wiki
Terms and conditions of use
wiki
Search
Changes
← Older edit
Template:Evans Test CSS
(view source)
Revision as of 11:40, 7 June 2024
193 bytes removed
,
11:40, 7 June 2024
no edit summary
Line 1:
Line 1:
{{#css:
{{#css:
−
/
*
+
@import url('https:/
/
fonts.googleapis
.com
/css2?family=Open+Sans:ital,wght@0,300
..
800;
1
,300
..
800&display=swap');
−
html5doctor
.com
Reset Stylesheet
−
v1
.
6
.1
−
Author: Richard Clark - http: //richclarkdesign
.
com
−
−
NOTES:
−
- Using the Richard Clark CSS reset, which is simply a more modern version of the classic Meyer CSS reset
.
- EP
−
*/
html, body, div, span, object, iframe,
html, body, div, span, object, iframe,
Line 32:
Line 25:
body {
body {
line-height: 1;
line-height: 1;
+
font-family: "Open Sans", sans-serif;
}
}
Line 61:
Line 55:
}
}
−
/* change colours to suit your needs */
ins {
ins {
background-color: #ff9;
background-color: #ff9;
Line 68:
Line 61:
}
}
−
/* change colours to suit your needs */
mark {
mark {
background-color: #ff9;
background-color: #ff9;
Line 90:
Line 82:
}
}
−
/* change border colour to suit your needs */
hr {
hr {
display: block;
display: block;
Evan.paradis2
59
edits