-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
51 lines (46 loc) · 839 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
* {
margin: 0;
border: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
.body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.bg {
background: linear-gradient(45deg, #0d47a1 , #1565c0 );
background-repeat: no-repeat;
min-height: 100vh;
min-width: 100vw;
}
main {
flex: 1 0 auto;
}
.v-middle {
vertical-align: middle;
}
.texto {
font-size: 1rem;
}
.cardbox {
border-radius: 20px;
}
.buttonbox{
border-radius: 10px;
}
.semborder {
border: 0;
}
blockquote{
border-left-color: #0d47a1 !important;
}
.bgheader {
background: ("img/slide01.png");
position: relative;
width: 940px;
margin: 0 auto;
}