forked from CodeWithHarry/Sigma-Web-Dev-Course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
98 lines (93 loc) · 1.9 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
*{
margin: 0;
padding: 0;
}
/* .box{
border: 2px solid rgb(25, 0, 255);
margin: 10px;
height: 15vh;
} */
.box1{
/* background-color: black; */
/* border: 10px solid black; */
position: relative;
display: inline;
left: 800px;
top: 40px;
;
}
img{
border-radius: 5%;
}
.box2{
/* background-color: rgb(11, 11, 130); */
display: inline;
position: relative;
top: 80px;
left: 93px;
border: 2px solid black;
border-radius: 18px;
font-family: cursive;
padding: 10px;
}
.box3{
/* background-color: rgb(124, 4, 4); */
display: inline;
position: relative;
top: 80px;
left: 125px;
border: 2px solid black;
border-radius: 18px;
font-family: cursive;
padding: 10px;
}
.box4{
/* background-color: rgb(0, 0, 0); */
display: inline;
position: relative;
top: 175px;
right: 60px;
/* border: 2px solid black; */
/* border-radius: 20%; */
font-family: cursive;
font-size: 50px;
}
.box5{
/* background-color: rgb(25, 34, 0); */
display: inline-block;
position: relative;
top: 350px;
right: 360px;
/* border: 2px solid black; */
/* border-radius: 20%; */
font-family: cursive;
font-size: 20px;
width: 750px;
}
.box6{
/* background-color: rgba(26, 0, 72, 0.252); */
/* background-color: rgb(0, 0, 0); */
display: inline;
position: relative;
top: 400px;
right: 890px;
/* border: 2px solid black; */
}
.input1{
font-family: cursive;
font-size: 20px;
border-radius: 18px;
padding: 10px;
color: blue;
background-color: aqua;
}
.box7{
border: 2px solid black;
border-radius: 5%;
/* display: inline; */
position: relative;
height: 931px;
width: 843px;
left: 750px;
top: -500px;
}