-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (87 loc) · 2.37 KB
/
Copy pathstyle.css
File metadata and controls
89 lines (87 loc) · 2.37 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
body {
display: flex;
flex-direction:column;
align-items: center;
margin: 0;
padding: 0;
}
.container{
width:1200px;
border: 1px solid rgb(245, 226, 226);
height: auto;
padding: 20px;
margin-top: 20px;
}
#title{font-size:39px;font-weight: bold;float:left;color:#a66af9}
#title a:hover{font-size:40px;}
#searchbox{
width:380px;
height:45px;
float: right;
background: linear-gradient(#E4f289,#B7E953);
padding: 10px 10px 0px 10px;
border: 1px solid rgb(171, 161, 161);border-radius: 5px;
margin-top: 35px;margin-right: 15px;
}
.submit:hover{color:rgb(124, 224, 71);font-size: 20px;}
.menu
{
width: 1200px;
height: 80px;
background:linear-gradient(rgb(229, 229, 160),rgb(244, 241, 92));
font-size:19px;
border: 2px solid rgb(241, 236, 236);border-radius: 5px;
display: flex;justify-content: center;align-items: center;gap: 20px;
}
.menu a{ text-decoration:none;color:#8139e4;
}
.topic{
width: 1200px;height: 150px;margin-top: 10px;
background:linear-gradient(rgb(206, 249, 125),rgb(234, 254, 169));
}
.boxes{
display: flex;
justify-content: center;
align-items: center;
margin:50px 20px 10px 10px;
}
.box1
{
width:550px;
height:650px;
justify-content: center;align-items: center;
border: 2px solid black;border-radius: 20px;
font-size: 28px;
padding: 10px 0 0 30px;
margin-right: 30px;
}
.box1 img{width:40px;height:40px;padding-right: 13px;}
.box1 a{text-decoration: none; color:rgb(47, 47, 217);
}
.box2{
width:550px;
height:650px;
color:rgb(47, 47, 217);
justify-content: center;align-items: center;
border: 2px solid black;border-radius: 20px;
font-size: 25px;
padding: 10px 0 0 40px;
}
h4{color:black}
.box2 img{width:40px;height:38px;padding-right: 13px;}
.box1 a:hover{font-size:40px;color:#8139e4;text-decoration:dotted}
#needmaths{font-size: 30px;margin:0px 0px 0px 80px}
a:hover{color:#7b2d89;font-size:20px;font-weight: bold;}
#sodhi{font-size: 20px;}
.search{color:antiquewhite;padding: 3px;}
.submit{padding: 5px 10px ;color: rgb(234, 230, 230);background:#7f61aa;margin-left: 10px}
.footer{
width:1200;
height:100px;
font-size: x-large;
font-weight: bolder;
background: linear-gradient(rgb(253, 253, 72),rgb(240, 248, 126));
display: flex;
justify-content: center;
align-items: center;
}