-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
111 lines (102 loc) · 1.43 KB
/
styles.css
File metadata and controls
111 lines (102 loc) · 1.43 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
html{
font-family: 'consolas';
font-size: 20px;
}
body{
color: #aa3ead;
}
#Nav-bar
{
position: sticky;
top: 0;
z-index: 10;
background-color: #aa3ead!important;
padding: 0px;
width: 100%;
margin: 0px;
}
#topic{
text-align: center;
font-family: 'Red Rose', cursive;
color: white;
padding-right: 50px;
}
.navbar-brand img
{
height: 70px;
padding-left: 30px;
}
.titles{
color: #fff;
font-size: 2rem;
padding: 30px;
}
.titles1{
font-size: 1.5rem;
}
.titles2{
padding-top:25px;
padding-bottom:25px;
padding-left:90px;
padding-right:90px;
color: #fff;
font-size: 1.6rem;
}
.titles1 select{
padding:10px;
width: 400px;
height: 60px;
}
.contain{
height: 700px;
width: 817px;
}
.contain1{
height: 650px;
width: 910px;
}
.contain2{
height: 617px;
width: 719px;
}
@media (min-width: 1080px)
{
.navbar-brand img
{
height: 40px;
padding-left: 30px;
}
.titles2{
padding-top:25px;
padding-bottom:25px;
padding-left:90px;
padding-right:90px;
color: #fff;
font-size: 1rem;
}
.titles{
color: #fff;
font-size: 1rem;
padding: 0px;
}
.titles1{
font-size: 1rem;
}
.contain1{
height: 450px;
width: 1180px;
}
.contain{
height: 468px;
width: 547px;
}
.contain2{
height: 468px;
width: 547px;
}
.titles1 select{
padding: 0px;
width: 230px;
height: 45px;
}
}