-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
71 lines (58 loc) · 1.01 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
@import url('https://fonts.googleapis.com/css2?family=Mansalva&family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova&display=swap');
body, html {
height: 100%;
margin: 0 auto;
text-align: center;
scroll-behavior: smooth;
background-color:rgb(253, 249, 249);
}
body {
font-family: 'Ibarra Real Nova', serif;
font-size: 25px;
}
.navbar-brand {
font-family: 'Mansalva', cursive;
font-size: 50px;
font-style: bold;
}
.nav-item {
color :rgb(35, 59, 35)
}
a {
text-decoration: none;
}
img {
width: 420px;
height: 420px;
}
content {
width: 500px; padding: 5px;
}
.container {
width: 80%;
margin: 0 auto;
padding: 1.3em;
display: grid;
grid-template-columns: 30% auto;
}
section {
width: 80%;
margin: 0 auto;
padding: 2em;
}
.h3 {
margin: left;
}
.h7 {
font-size : 10px;
}
.link
{
color:black;
text-decoration: none;
background-color: none;
}
.ul {
inline: right;
}