-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (42 loc) · 736 Bytes
/
style.css
File metadata and controls
51 lines (42 loc) · 736 Bytes
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
/**Header section**/
.header{
display: flex;
flex-direction: row;
justify-content: space-evenly;
padding: 2%;
height: 10%;
background-color: aqua;
}
select.dog-selector{
width: 25%;
height: 10%;
padding: 15%;
font-size: 20px;
}
#get-image{
width: 15%;
height: 2.5%;
font-size: 15px;
padding: 1%;
}
/** Dog-Container **/
#next{
width: 10%;
height: 5%;
font-size: 1.4rem;
border: 1px solid lightcyan;
color: aqua;
}
#dog-image{
width: 40%;
height: 50%;
}
#dog-container{
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
padding: 2%;
height: 75vh;
/* background-color: blue; */
}