Skip to content

Commit 74fbf4d

Browse files
changes made
1 parent f910be5 commit 74fbf4d

21 files changed

+470
-206
lines changed

css/style.css

Lines changed: 85 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,38 @@
11
* {
22
margin: 0;
33
padding: 0;
4-
font-family: "Cantora One", ubuntu, sans-serif;
4+
font-family: "Poppins", sans-serif;
55
}
66

77
body {
88
background-color: #c0c0c0;
9-
margin: 2px 10px;
9+
/* margin: 2px 10px; */
1010
}
1111

12-
.body-div {
13-
height: 100%;
14-
width: 100%;
15-
}
12+
/* .body-div {
13+
14+
} */
1615

1716
/* HEADER */
1817

1918
/* NAV */
20-
.nav-div {
21-
margin-top: 20px;
22-
height: 10%;
23-
width: 100%;
24-
}
25-
26-
.nav-list {
27-
list-style-type: none;
28-
}
2919

30-
.left-item {
31-
float: left;
32-
padding: 2px 20px;
33-
font-variant: small-caps;
34-
font-weight: 800;
35-
}
36-
37-
.right-item {
38-
float: right;
39-
font-variant: small-caps;
40-
padding: 2px 20px;
41-
font-weight: 800;
20+
.main-logo {
21+
width: 50%;
22+
height: 50%;
4223
}
4324

25+
/* // NAV */
4426

45-
.nav-line {
27+
/* SLIDER */
28+
/* .slider-img {
4629
width: 100%;
47-
}
48-
49-
/* // NAV */
30+
/* } */
31+
.slide {
32+
margin-top: 100px ;
33+
padding-top: 1.5em;
34+
}
35+
/* // SLIDER */
5036

5137
/* MAIN */
5238

@@ -70,115 +56,102 @@ body {
7056

7157
/* // IMAGE */
7258

73-
/* TEXT */
74-
.text-div {
59+
/* about*/
60+
.about-section {
61+
padding: 4em 2em;
62+
text-align: center;
7563
height: 70%;
7664
}
7765

78-
.heading {
66+
.about-section > .h1 {
7967
padding: 10px;
68+
font-weight: 600;
8069
}
8170

82-
.para {
71+
.about-section > .p {
8372
text-align: justify left;
8473
padding: 20px;
8574
}
8675

87-
.thumbnails {
88-
width: auto;
89-
margin: 10px;
90-
float: none;
91-
text-align: center;
92-
}
93-
94-
img {
95-
justify-content: center;
96-
margin: 10px;
97-
height: 200px;
98-
}
99-
/* // TEXT */
76+
/* // about*/
10077

101-
/* // Author */
10278

103-
/* // MAIN */
10479

105-
.wrapper-div {
106-
height: 100px;
80+
/* cast */
81+
.cast-section{
82+
display: flex;
83+
flex-direction: column;
84+
align-items: center;
85+
flex-wrap: wrap;
86+
padding: 2.5em;
10787
}
108-
109-
/* FOOTER */
110-
.footer {
111-
background: #303036;
112-
color: #d3d3d3;
113-
height: 300px;
114-
position: relative;
88+
.cast-section>h1{
89+
padding: 10px;
11590
}
116-
117-
.footer .footer-bottom {
118-
background-color: #343a40;
119-
color: #686868;
120-
text-align: center;
121-
height: 50px;
122-
position: absolute;
123-
bottom: 0px;
124-
left: 0px;
125-
width: 100%;
126-
padding-top: 20px;
91+
.cast-section>p{
92+
padding: 20px;
93+
text-decoration: none;
94+
12795
}
128-
129-
.footer .footer-content {
130-
height: 250px;
96+
.cast-section_images{
13197
display: flex;
98+
flex-wrap: wrap;
99+
gap: 10px;
132100
}
133101

134-
.footer .footer-content .footer-section {
135-
flex: 1;
136-
padding: 25px;
137-
}
138-
139-
.footer .footer-content h1 {
140-
color: white;
141-
}
102+
/* //cast */
142103

143-
.footer-para {
144-
margin: 10px 0;
145-
}
146104

147-
.footer .footer-content .about .contact span {
148-
display: block;
149-
margin-bottom: 8px;
150-
font-size: 1.1em;
151-
}
152105

153-
.footer .footer-content .about .socials a {
154-
border: 1px solid gray;
155-
width: 45px;
156-
height: 38px;
157-
padding-top: 5px;
158-
margin-right: 5px;
106+
/* season */
107+
.season-section{
108+
padding: 10px 30px 10px 0px;
159109
text-align: center;
160-
display: inline-block;
161-
font-size: 1.3em;
162-
text-decoration: none;
163-
color: #d3d3d3;
164-
border-radius: 5px;
165-
transition: all 0.3s;
166110
}
167-
168-
.footer .footer-content .about .socials a:hover {
169-
color: white;
170-
border: 1px solid white;
171-
transition: all 0.3s;
111+
.season-section>h2{
112+
margin-left: 50px;
172113
}
173114

174-
.footer-section {
175-
text-align: center;
115+
.season-section>ul{
116+
display: flex;
117+
align-items: center;
118+
justify-content: center;
119+
gap: 10px;
120+
list-style: none;
121+
font-size: 1.5rem;
122+
flex-wrap: wrap;
176123
}
124+
/* //season */
125+
/* // MAIN */
177126

178-
.logo-text {
179-
font-variant: initial;
127+
.wrapper-div {
128+
height: 100px;
180129
}
181130

182-
.logo-text .logo-span {
183-
color: #a2c376;
131+
/* FOOTER */
132+
.footer {
133+
padding: 30px;
134+
text-align: center;
135+
}
136+
137+
138+
139+
140+
@media (min-width: 42.5em) {
141+
.main-logo {
142+
width: 25%;
143+
height: 25%;
144+
}
145+
.slider-img {
146+
width: 100%;
147+
height: 33em ;
148+
149+
}
150+
.slide {
151+
margin-top: 50px ;
152+
padding-top: 30px;
153+
}
154+
.cast-section{
155+
padding: 5em;
156+
}
184157
}

images/blog1.png

-605 KB
Binary file not shown.

images/branding.jpg

195 KB
Loading

images/cropped-1366-768-311824.jpg

712 KB
Loading

images/image.jpg

691 KB
Loading

images/logo.png

53.4 KB
Loading

images/photographer.jpg

-24.6 KB
Binary file not shown.

images/photographer2.jpeg

-5.43 KB
Binary file not shown.

images/photographer3.jpg

-68.3 KB
Binary file not shown.

images/robbsnow.png

-40.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)