-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyStyles.css
89 lines (78 loc) · 1.2 KB
/
myStyles.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
.grid {
background-color: red;
border-radius: 10px;
border: 2px solid green;
width: 100%;
height: 600px;
}
.first {
background-color: #fddb3a;
border-radius: 5px;
height: 600px;
width: 300px;
float: left;
}
.first img {
width: 100px;
height: 100px;
border-radius: 50%;
margin-left: 90px;
margin-top: 20px;
}
.box {
background-color: #ede59a;
width: 120px;
margin-left: 85px;
border-radius: 5px;
}
.second {
background-color: #f6f4e6;
height: 600px;
width: 989px;
float: right;
border-radius: 5px;
}
.box1 {
background-color: #d5c455;
border-radius: 5px;
width: 989px;
height: 70px;
margin-top: 0px;
}
.third {
margin-left: 10px;
padding: 0px;
}
.third li {
list-style: none;
padding-block: 20px;
}
i:hover,
i:active{
color: #481380;
font-size: 50px;
}
.icon {
font-size: 25px;
display: block;
color: red;
margin-bottom: 10px;
margin-right: 10px;
float: left;
margin-top: -4px;
}
/*.primary {
color: orange;
}
.secondary{
color: blue;
}
.font-xl{
font-size: 72px;
}
.primary1 {
color: yellow;
}
.secondary1 {
color: violet;
}*/