Startpunkten
This commit is contained in:
124
wwwroot/css/crille.css
Normal file
124
wwwroot/css/crille.css
Normal file
@@ -0,0 +1,124 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Oswald&display=swap');
|
||||
|
||||
:root {
|
||||
--LogoMainColor: #f6be00;
|
||||
--LogoSecondColor: #4f3e07;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
margin-bottom: 0;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: Oswald, sans-serif;
|
||||
color: var(--LogoMainColor) !important;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 3.1rem
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2.7rem
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 2.3rem
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 2rem
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.visningsbild {
|
||||
width: 70px !important;
|
||||
height: 70px !important;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.maxad {
|
||||
width: 100%;
|
||||
}
|
||||
.minLogotyp {
|
||||
transition: transform .2s
|
||||
}
|
||||
|
||||
.minLogotyp:hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.myLoginForm {
|
||||
width: 20rem;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.registrera {
|
||||
background-color: var(--LogoMainColor);
|
||||
color: var(--LogoSecondColor);
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding: 2rem 0;
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.registrera:hover {
|
||||
background-color: var(--LogoSecondColor);
|
||||
color: var(--LogoMainColor);
|
||||
}
|
||||
|
||||
.myCard .card-title {
|
||||
font-size: 9rem;
|
||||
text-shadow: 4px 4px 2px #111, -4px -4px 2px #111, -4px 4px 2px #111, 4px -4px 2px #111;
|
||||
}
|
||||
|
||||
.myCard .card-text {
|
||||
font-size: 2.2rem;
|
||||
text-shadow: 3px 3px 3px #111, -3px -3px 3px #111, -3px 3px 3px #111, 3px -3px 3px #111;
|
||||
}
|
||||
|
||||
.myFooter {
|
||||
color: var(--LogoMainColor);
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.myFooter a,
|
||||
.myFooter a:visited {
|
||||
color: var(--LogoMainColor);
|
||||
text-decoration: underline;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.myFooter a:hover {
|
||||
background-color: var(--LogoSecondColor);
|
||||
}
|
||||
|
||||
.social i {
|
||||
font-size: 3rem;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.myKursCard {
|
||||
text-align: center;
|
||||
margin-top: 40%;
|
||||
text-shadow: 2px 2px 2px #111, -2px -2px 2px #111, -2px 2px 2px #111, 2px -2px 2px #111;
|
||||
}
|
||||
|
||||
.fa-check-square {
|
||||
color: var(--LogoSecondColor);
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.alert {
|
||||
left: 15%;
|
||||
width: 70%;
|
||||
}
|
||||
Reference in New Issue
Block a user