-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (30 loc) · 800 Bytes
/
style.css
File metadata and controls
45 lines (30 loc) · 800 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
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&family=Roboto:wght@400;700&display=swap');
*{
font-family: Arial, Helvetica, sans-serif;
}
.h1 {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
font-size: 48px;
}
/*galary start */
.gallery {
text-align: center;
display: flex;
flex-direction: column; /*направлене по главноё оси */
align-items: stretch; /*выранивение по второстепенной оси */
justify-content: ;
margin: 0 auto;
min-width:300px;
max-width: 800px;
}
.gallery__image {
margin-top: 10px;
margin-bottom: 10px;
}
.gallery__header {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 36px;
}
/* galary */