-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
109 lines (84 loc) · 1.19 KB
/
styles.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
html, body{
margin:0;
padding: 0;
height: 100%;
color: black;
}
body{
min-width: 100%;
}
h2, h1, h3 {
text-align: center;
color: #0d6efd;
}
img{
width: 100%;
}
#watchlist, #searchBar{
height: 70px;
}
a{
text-decoration: none;
}
h3{
padding-top: 20px;
}
.row{
max-width:100%;
margin: 0;
}
h1{
padding: 15px 0;
}
#watchlist{
background-color: #0d6efd;
color: white;
}
#watchlist h3{
color: white;
}
#searchBar{
padding-top: 20px;
margin: 0 auto;
text-align: center;
}
#search2{
width: 60%;
}
#submit2 button{
width: 10px;
background-color:rgb(55, 156, 245);
}
#submit2 button:hover{
background-color: rgb(55, 156, 245);
color: white;
}
.article{
padding: 4% 0;
background-color: #f8f8f8;
margin: 3% 0;
}
.article h6{
padding-bottom: 2%;
padding-left: 2%;
color: black;
}
footer{
background-color: #0d6efd;
height: 10%;
color: white;
text-align: center;
padding-top: 3%;
}
@media (min-width: 700px){
.container{
background-color: white;
padding: 0;
}
.article h6{
font-size: 30px ;
}
}
.footIc{
color:white;
}