my changes

This commit is contained in:
Arno Kaimbacher 2018-08-06 14:30:51 +02:00
parent 28301e4312
commit 8dc1f1b048
263 changed files with 36882 additions and 4453 deletions

View file

@ -0,0 +1,10 @@
// Fonts
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
// Variables
// @import "style";
// Bootstrap
// $icon-font-path: "../fonts/bootstrap/";
// @import "~bootstrap-sass/assets/stylesheets/bootstrap";

View file

@ -0,0 +1,35 @@
html, body
{
font-family:"Raleway", sans-serif;
font-size: 14px;
line-height: 1.42857143;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin:0;
padding:0;
height:100%;
width:100%;
}
.fontface1
{
font-family: "Raleway", sans-serif;
font-size: 26px;
color: #99cc00;
}
.title{
margin-top: 1em;
margin-bottom: 50px;
padding-bottom: 1em;
text-align: center;
line-height: 1;
border-bottom: 1px solid red;
font-family: "Marvel", sans-serif;
}
.marvel{
color: #E41030;
font-family: "Raleway", sans-serif;
font-weight: normal;
}