-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathisraelNews.css
50 lines (42 loc) · 969 Bytes
/
israelNews.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
body {
direction: rtl;
background-image: url(images/news.png);
background-size: cover;
background-position: center center;
background-attachment: fixed;
height: auto;
color: white;
text-align: center;
}
.container {
align-content: space-between;
}
nav .container .nav_inside a {
color: white;
text-decoration: none;
padding: 0 12px;
}
nav .container .nav_inside>a:nth-of-type(1n+2):hover {
color: gold
}
nav .container .nav_inside a[href="israelNews.html"] {
color: gold;
}
main {
background-image: url(images/news.png);
background-size: cover;
background-position: center center;
background-attachment: fixed;
height: 800px;
padding: 8px;
color: white;
text-align: center;
}
main .container form{
width: auto;
min-height: 90px;
}
main .container form .img-thumbnail {
min-width: 200px;
max-height: 90px;
}