Worked some shit
This commit is contained in:
58
contact/style.css
Normal file
58
contact/style.css
Normal file
@@ -0,0 +1,58 @@
|
||||
@font-face {
|
||||
font-family: 'smurf';
|
||||
src: url('../assets/smurf.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
url('../assets/smurf.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'soos';
|
||||
src: url('../assets/soos.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
url('../assets/soos.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #8bc8feff;
|
||||
color: #071c2dff;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
.title_font {
|
||||
font-family: "smurf";
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.soos {
|
||||
font-family: "soos";
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.button {
|
||||
width: 88px;
|
||||
height: 31px;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.hcu {
|
||||
width: 114px;
|
||||
height: 43px;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
Reference in New Issue
Block a user