Created static webpages and minimal ASP.net server to run it.
This commit is contained in:
60
wwwroot/style.css
Normal file
60
wwwroot/style.css
Normal file
@@ -0,0 +1,60 @@
|
||||
@font-face {
|
||||
font-family: "ubuntu-mono";
|
||||
src: url(font/UbuntuMono-Regular.woff) format(woff);
|
||||
}
|
||||
|
||||
html, body{
|
||||
font-family: "ubuntu-mono";
|
||||
|
||||
height: 100%;
|
||||
margin: 0%;
|
||||
background: rgb(121,121,121);
|
||||
background: linear-gradient(135deg, #3a3000 0%, #000000 20%, #000000 80%, #3a3000 100%);
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 48px;
|
||||
color: #fdf900;
|
||||
}
|
||||
|
||||
a.menu_option{
|
||||
font-size: 36px;
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
a:hover.menu_option{
|
||||
color: #fdf900;
|
||||
}
|
||||
|
||||
.logo{
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
top: 20px;
|
||||
height: 75px;
|
||||
width: 75px;
|
||||
}
|
||||
|
||||
.entry{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.bulletpoint{
|
||||
font-size: 36px;
|
||||
color: #fdf900;
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
.box1{
|
||||
position: absolute;
|
||||
left: 10%;
|
||||
bottom: 10%;
|
||||
}
|
||||
|
||||
.box2{
|
||||
position: absolute;
|
||||
top: 10%;
|
||||
right: 10%;
|
||||
}
|
||||
Reference in New Issue
Block a user