-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
106 lines (89 loc) · 1.78 KB
/
style.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
body {
margin: 0;
padding: 0;
font-family: 'Roboto', serif;
}
.nav_logo{
height: 50px;
width: 100px;
}
/* .logo{
background-image: url('302315.png');
background-size: cover;
height: 50px;
width: 60px;
} */
.clear {
clear: both;
}
#nav {
background-color: #F25F5C;
color: white;
width: 100%;
}
.nav {
float: right;
list-style: none;
text-align: left;
margin: 0;
}
.nav > li {
display: inline-block;
padding: 20px 18px 20px 18px;
}
.nav > li a {
text-decoration: none;
color:gold;
font-size: 15px;
font-style: oblique;
padding: 5px 0px 5px 0px;
}
#log{
margin:100px ;
}
.nav > li > a:hover {
color: black;
}
@media screen and (max-width: 767px) {
#logo {
display:none;
}
}
.container {
display: flex; /* establishes a flex container */
flex-direction: row; /* default value; lays out items in a row */
justify-content: space-between; /* distributes items along the main axis with equal spacing */
align-items: center; /* centers items along the cross axis */
height: 200px;
background-color:white;
padding: 10px;
}
.item {
padding: 50px;
font-size: 20px;
text-align: center;
border: 2px solid black;
margin : 70px;
}
.item-1 hover{
flex-grow: 50px;
}
.item-1 {
background-image:url('44768.jpg');
background-size: cover;
flex-grow: 50px; }
.item-2 { flex-grow: 50px;
background-image: url('39033.png');
background-size:cover ; }
.item-3 { flex-grow: 50px;
background-image: url('302298.jpg');
background-size: cover;}
h1{
text-align: center;
}
h2{
text-align: center;
}
h3{
text-align: center;
}