-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (77 loc) · 1.69 KB
/
style.css
File metadata and controls
80 lines (77 loc) · 1.69 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.cv{
color: antiquewhite;
text-align: center;
}
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
color: #ffffff;
font-size: 1.1rem;
}
.flex{
display: flex;
justify-content: space-between;
}
.custom-border {
background: #000000aa;
border: solid;
border-top-color: currentcolor;
border-right-color: currentcolor;
border-bottom-color: currentcolor;
border-left-color: currentcolor;
border-color: #25baff;
border-radius: 2rem;
}
h1, h2, h3, h4, h5 {
color: #25baff;
}
.h2, h2 {
font-size: 2rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: .5rem;
}
img#bgimg {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
background-size: auto;
background-size: cover;
}
.social{
margin-right: 10px;
}
.center{
display: grid;
place-items: center;
}
@media screen and (max-width: 720px) {
.resp{
flex-direction: column !important;
width: 1070px;
}
.comp{
display: none;
}
.size{
width: 33% !important;
}
.head{
margin: unset !important;
padding: unset !important;
}
}