started tracking my website with git
This commit is contained in:
53
styles.css
Normal file
53
styles.css
Normal file
@@ -0,0 +1,53 @@
|
||||
body {
|
||||
background-color: #272935;
|
||||
cursor: url('skull.png') 16 16, pointer;
|
||||
}
|
||||
h1 {
|
||||
color: #4A9442;
|
||||
border: 2px solid #B479A1;
|
||||
border-radius: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
h2 {
|
||||
color: #4A9442;
|
||||
border: 2px solid #B479A1;
|
||||
border-radius: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
blockquote {
|
||||
color: #BBDE6C;
|
||||
border: 3px solid #52FA7C;
|
||||
padding: 30px;
|
||||
margin: 40px;
|
||||
}
|
||||
section {
|
||||
background-color: transparent;
|
||||
color: #F8F8F1;
|
||||
border: 1px solid crimson;
|
||||
padding: 10px;
|
||||
align-content: center;
|
||||
}
|
||||
li {
|
||||
color: burlywood;
|
||||
text-align: left;
|
||||
padding: 5px;
|
||||
font-family: monospace;
|
||||
}
|
||||
a:link {
|
||||
color: #B7BE6F;
|
||||
}
|
||||
a:visited {
|
||||
color: #84F51A;
|
||||
|
||||
}
|
||||
a:hover {
|
||||
color: #5B98BE;
|
||||
}
|
||||
a:active {
|
||||
color: #FF7700;
|
||||
}
|
||||
#blogtext {
|
||||
font-family: monospace;
|
||||
font-size: large;
|
||||
text-align: left;
|
||||
}
|
||||
Reference in New Issue
Block a user