Skip to content

Commit 3652299

Browse files
Merge pull request #388 from PaarthAgarwal/main
Added Museum of Candies
2 parents 8f1f442 + 1c593b9 commit 3652299

File tree

13 files changed

+228
-0
lines changed

13 files changed

+228
-0
lines changed

Museum of Candies/.DS_Store

6 KB
Binary file not shown.

Museum of Candies/Empty.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
kept empty

Museum of Candies/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Museum of Candies website
2+
This website contains frontend for Museum of Candies website, and technologies used are
3+
4+
HTML
5+
6+
CSS
7+
8+
9+
Steps to Use:
10+
Download or clone the repository
11+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
12+
Go to the directory
13+
Run the index.html file
14+
15+
Output
16+
<img src="https://github.com/PaarthAgarwal/Web-dev-mini-projects/blob/main/Museum%20of%20Candies/first.png" >
17+
18+
<img src="https://github.com/PaarthAgarwal/Web-dev-mini-projects/blob/main/Museum%20of%20Candies/second.png" >

Museum of Candies/app.css

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
body{
2+
background-color: #f5d9d5;
3+
font-family: "Nunito",sans-serif;
4+
5+
}
6+
#mainNavbar{
7+
font-size: 1.5rem;
8+
font-weight: 100;
9+
/* background-color:rgb(248, 182, 187) ; */
10+
}
11+
#mainNavbar .nav-link{
12+
color:white;
13+
}
14+
#mainNavbar .nav-link:hover{
15+
color:#ea1c2c;
16+
}
17+
#mainNavbar .navbar-brand{
18+
color: #ea1c2c;
19+
20+
}
21+
#heading span{
22+
color:#ea1c2c;
23+
24+
}
25+
#heading h1{
26+
font-weight: 100;
27+
font-size: 3rem;
28+
29+
}
30+
@media(max-width:1200px){
31+
32+
#heading h1{
33+
font-weight: 100;
34+
font-size: 2.5rem;
35+
36+
}
37+
38+
}
39+
h2{
40+
color: #ea1c2c;
41+
font-weight: 100;
42+
font-size: 2.5rem ;
43+
}
44+
p{
45+
color: #f58cb0;
46+
font-weight: 100;
47+
font-size: 1.5rem;
48+
line-height: 2;
49+
}
50+
section{
51+
margin-bottom: 100px;
52+
}
53+
@media(max-width:700px) {
54+
p{
55+
margin-bottom: 40px;
56+
}
57+
}
58+
.navbar.scrolled {
59+
background: rgb(222,192,222);
60+
transition: background 500ms;
61+
}
62+
nav{
63+
height: 1.6em;
64+
}

Museum of Candies/first.png

349 KB
Loading

Museum of Candies/imgs/Empty.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
kept empty

Museum of Candies/imgs/gumball.png

2.45 MB
Loading

Museum of Candies/imgs/hand2.png

869 KB
Loading

Museum of Candies/imgs/lolli_icon.png

2.94 KB
Loading

Museum of Candies/imgs/milk.png

1.9 MB
Loading

0 commit comments

Comments
 (0)