mirror of
https://github.com/kevin-DL/example.git
synced 2026-01-12 01:55:16 +00:00
example
This commit is contained in:
19
css/main.css
Normal file
19
css/main.css
Normal file
@@ -0,0 +1,19 @@
|
||||
body {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 3rem;
|
||||
color: chartreuse;
|
||||
font-style: oblique;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.title:hover {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user