CSS 3.25
Basic structure
div {
border-color: #616161;
border-width: 1px;
border-style: solid;
border-radius: 12px;
padding: 10px;
direction: row;
align-items: center;
gap: 10;
}
h1 {
padding: 20px;
color: #444;
}
p {
font-size: 16px;
line-height: 1.5;
font-family: Iosevka;
font-weight: bold;
border-style: solid;
border-width: 5px;
border-color: red;
border-radius: 12px;
}
h4 {
font-size: 30px;
}
a {
color: #007bff;
font-size: 16px;
text-decoration: none;
font-weight: ultralight;
underline: double;
underline-color: #ff0000;
overline: single;
overline-color: #ff0000;
strikethrough: true;
strikethrough-color: #ff0000;
margin-right: 50px;
}
ul, ol {
margin-left: 20px;
}
ok {
color: #FF3232;
}
select {
padding: 5px;
border-width: 1px;
border-style: solid;
border-color: #ccc;
border-radius: 3px;
margin-left: 40px;
}
hr {
border-color: #ccc;
border-width: 1px;
border-style: solid;
}Take into account
Styling
Global
CSS 3.25 directive
Direction
Layout
Text
Text underline / overline / strikethrough
Input and textarea
All CSS 3.25 properties
Property
Last updated
