-
Notifications
You must be signed in to change notification settings - Fork 2
/
style1.css
95 lines (89 loc) · 1.54 KB
/
style1.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
.navbar navbar-expand-lg navbar-light bg-light {
position: sticky;
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 150px;
line-height: 40px;
/*background-color: ;*/
background: black;
color: #000000;
}
.body-content {
font-family: "Raleway", sans-serif;
padding: 1em 2em;
font-size: 18px;
color: #222;
font-weight: bolder;
}
h1,
h2 {
font-weight: 200;
margin: 0.4em 0;
}
h1 {
font-size: 3.5em;
}
h2 {
color: black;
font-size: 2em;
}
.body-content {
position: absolute;
width: 60vw;
height: 30vh;
left: 10vw;
top: 35vh;
font-weight: 900;
font-family: "Poppins", sans-serif;
background-color: #add8e6;
border-radius: 25px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
body {
margin: 0%;
}
.txt-rotate {
/* color: #e40017;*/
/*color:#ffe227;*/
/*color:mediumaquamarine;*/
/*color:tomato;*/
/* color:yellow;*/
color: dodgerblue;
}
.nav-item {
text-align: right;
}
.man {
position: absolute;
width: 40vw;
height: 40vw;
left: 60vw;
top: 20vh;
z-index: index -1;
}
.image {
position: absolute;
height: 200px;
width: 150px;
left: 70vw;
bottom: 20vh;
}
nav {
width: 100vw;
}
@media only screen and (max-width: 666px) {
.man {
display: none;
}
.body-content {
margin: 0%;
width: 70vw;
bottom: 40vh;
top: 20vh;
min-height: 60vh;
min-width: 280px;
}
}