Worked some shit

This commit is contained in:
2026-03-26 18:43:38 +01:00
parent 579da7b357
commit 1d231e2dcf
6 changed files with 106 additions and 1 deletions

58
contact/style.css Normal file
View 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;
}