-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
123 lines (111 loc) · 2.12 KB
/
styles.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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
html {
scroll-behavior: smooth;
}
body {
background-color: #010101;
font-family: monospace;
background-image: url(https://libreshot.com/wp-content/uploads/2018/05/field_bww.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: 0px -70px;
font-size: 150%;
}
img {
max-width:100%;
max-height:100%;
/*background-color: #235611*/
}
.head-container {
margin: 40vh 24vw 100vh 24vw;
padding: 10px;
height: 150px;
/*border: 2px solid #fff;*/
}
.heading {
mix-blend-mode: difference;
float: left;
text-shadow: 3px 3px 3px #777;
color: #EEE;
font-family: Langar;
font-size: 400%;
margin: 0px 0px 0px 10px;
/*background-color: #511*/;
}
.head-imgs {
margin: 0px;
float: left;
height: 140px;
/*background-color: #151;*/
}
.para {
mix-blend-mode: difference;
float: left;
text-shadow: 3px 3px 3px #777;
color: #EEE;
font-size: 200%;
}
.skip {
position: fixed;
background:#888;
border-radius: 50%;
width: 50px;
height: 50px;
bottom: 10px;
}
.profile-cont {
mix-blend-mode: difference;
text-indent: 30px;
margin: 180px;
padding: 60px;
border-style: solid;
border-width: 5px;
border-color: #DDD;
border-radius: 50px;
}
.subprofs {
background-color: #EEE;
text-align: center;
margin: 30px;
padding: 10px;
/* border-style: solid;
border-width: 5px;
border-color: #333;*/
border-radius: 10px;
}
.p-head {
mix-blend-mode: difference;
text-shadow: 3px 3px 3px #777;
color: #EEE;
font-size: 400%;
font-weight: 900;
margin: 0px 0px 0px 10px;
}
.twodiv {
width: 45%;
/*background-color: #D3E;*/
margin: 2.5%;
}
.threediv {
width: 31.33%;
/*background-color: #D3E;*/
background-color: #AAA;
margin: 1%;
display: flex;
flex-direction: column;
border-color: #333;
border-width: 2px;
border-style: solid;
border-radius: 4px;
}
.flex-disp {
display: flex;
/*background-color:#892345;*/
align-items: stretch;
justify-content: center;
}
.proj-parts {
align-items: center;
justify-content: center;
margin: 10px 0px 10px -25px;
}