-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidehustle.css
More file actions
110 lines (103 loc) · 1.64 KB
/
Copy pathsidehustle.css
File metadata and controls
110 lines (103 loc) · 1.64 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
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
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,500&family=Roboto&display=swap');
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
header{
position: sticky;
display: flex;
justify-content: space-between;
height: 50px;
padding-top: 10px;
background-color: black;
color: white;
opacity: 0.9;
}
nav, ul, a{
display: flex;
list-style-type: none;
text-decoration: none;
margin-right: 20px;
margin-left: 20px;
}
.home-text{
color: white;
opacity: 1;
}
h2{
margin-left: 70px;
font-weight: bold;
color: white;
}
a{
color: white;
opacity: 0.6;
}
img{
height: 600px;
}
.image-box{
position: relative;
color: white;
}
.text{
position: absolute;
color: white;
bottom: 230px;
left: 300px;
display: flex;
justify-content: space-between;
opacity: .9;
}
h3{
margin-right: 50px;
font-weight: bold;
font-size: 50px;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Roboto', sans-serif;
}
.short-text{
margin-left: 330px;
font-size: 15px;
font-family: 'Roboto', sans-serif;
}
.social{
position: absolute;
bottom: 100px;
left: 50px;
}
.social a{
color: red;
padding: 10px;
font-size: 20px;
}
.section{
margin: 50px;
display: flex;
}
.box1{
margin-right: 20px;
}
.round-text{
margin-top: 100px;
margin-left: 150px;
margin-right: 150px;
border: 2px solid red;
text-align: center;
border-radius: 150px;
padding: 40px;
font-weight: bold;
}
.box2, .box3{
flex: 2;
}
#setimage{
height: 300px;
}
.setcard{
display: flex;
align-items: center;
justify-content: space-between;
margin: 50px;
}