-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (107 loc) · 1.8 KB
/
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
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
*{
margin:0px;
padding: 0px;
}
.container{
width: 100%;
height: 300vh;
background-color: blue;
padding: 0;
}
.home_part{
width: 100%;
height: 100vh;
}
.img3{
width: 400px;
height: 400px;
position: absolute;
margin: 100px -500px;
border-radius: 50%;
}
.p1{
margin: -500px 150px;
position: absolute;
font-size: 100px;
color: white;
}
.p2{
margin: -400px 300px;
color: rgb(0, 0, 0);
font-size: 100px;
}
.about_part{
width: 100%;
height: 100vh;
margin: -0px 0px;
}
.img2{
width: 100%;
height: 100vh;
position: absolute;
}
.p3{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 30px;
text-align: center;
position: absolute;
margin: 70px 400px;
}
.contact_part{
width: 100%;
height: 100vh;
}
.img1{
width: 100%;
height: 100vh;
}
.contact{
width: 1000px;
margin: 25px 180px;
position: absolute;
height: 600px;
background-color: rgb(187, 178, 178);
border-radius: 10px;
}
.contact:hover{
background-color: rgb(44, 38, 38);
}
.h1{
text-align: center;
}
.h1:hover{
color: white;
}
.input {
width: 750px;
height: 40px;
margin: 30px 100px;
background-color: rgb(34, 31, 31);
background: transparent;
border: none;
outline: none;
border-bottom: 1px solid black;
}
.input3{
width: 750px;
height: 120px;
margin: 30px 100px;
background-color: rgb(34, 31, 31);
background: transparent;
border: none;
outline: none;
border-bottom: 1px solid black;
}
.button{
background-color: rgb(180, 157, 157);
color: rgb(31, 23, 23);
width: 120px;
height: 40px;
border-radius: 20px;
margin: 30px 440px;
}
.img4{
position: absolute;
width: 100%;
height: 100vh;
}