-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
120 lines (97 loc) · 1.49 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
112
113
114
115
116
117
118
119
120
body{
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
}
h1{
border-left: darkcyan;
padding-left: 5%;
border: purple;
}
.header{
color: rgb(176, 77, 225);
}
.left
p{
text-align:justify;
text-align: center;
}
.btn {
height: 21px;
width: 99px;
border-radius: 10px;
background-color: rgb(106, 117, 220);
}
.btn2{
height: 37px;
width: 96px;
border-radius: 93px;
background-color:rgb(241, 173, 158);
text-decoration: none;
}
.page-one{
margin: 4%;
display: flex;
justify-content: space-between;
}
.photo{
height: 550px;
}
.plan{
margin-left: 50%;
}
.cyan{
color: cyan;
}
.half{
width: 90%;
}
.coding{
margin: 5%;
height: 400px;
}
.limit{
display: flex;
margin-top: 5%;
}
.pera{
margin-left: 40%;
}
#header2{
text-align: center;
margin-top: 10%;
}
.footer{
text-align: center;
background-color: rgb(234, 9, 9);
height: 55%;
}
.footer{border-top: 20%;
text-align: center;
color: rgb(6, 19, 213);
}
#card{
justify-content: center;
display: flex;
}
#pic1{
height: 45%;
}
#card-one{
display:flex;
justify-content:space-between;
align-items: center;
text-align: center;
text-justify: auto;
width: 30%;
border: rgb(11, 11, 11);
margin: 3%;
}
.card-two{
text-align: center;
width: 30%;
}
.card-three{
text-align: center;
width: 30%;
}