-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
81 lines (72 loc) · 1.56 KB
/
stylesheet.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
.top-container {
background-image: url(./WebsitePhotos/Website/ThreadsCropped.jpg);
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
background-position: center;
}
/* .top-container h1 span {
text-shadow: 0px 0px 10px #fff;
} */
.about-container img {
border-radius: 50%;
}
.col {
border: 0;
text-align: center;
font-family: 'Libre Baskerville', serif;
font-family: 'Noto Serif Display', serif;
}
.commission {
background-image: url(./WebsitePhotos/Website/Scissors.jpg);
border: 0;
background-size: cover;
}
.follow {
background-image: url(./WebsitePhotos/Website/Scissors.jpg);
border: 0;
background-size: cover;
}
.contact {
background-image: url(./WebsitePhotos/Website/Scissors.jpg);
border: 0;
background-size: cover;
}
#carouselExampleIndicators img {
justify-items: center;
height: 600px;
object-fit: cover;
}
a {
text-decoration: none;
}
h1 {
font-family: 'Libre Baskerville', serif;
font-family: 'Noto Serif Display', serif;
font-size: 6rem;
}
h2 {
font-family: 'Libre Baskerville', serif;
font-family: 'Noto Serif Display', serif;
}
p {
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Serif Display', serif;
font-size: 14pt;
text-align: justify;
}
.tagline {
font-size: 1.5rem;
}
footer {
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Serif Display', serif;
}
.icon-square {
background-color: #BDCDD6;
padding: 0.5rem;
border-radius: 50%;
}
.btn {
background-color:#BDCDD6;
}