Skip to content

Commit e6040a3

Browse files
Merge pull request #70 from baekusboo/main
Contributed - added my card too!
2 parents 430fee0 + bcf3ad2 commit e6040a3

3 files changed

Lines changed: 80 additions & 10 deletions

File tree

assets/ss_quote.jpg

2.11 MB
Loading

index.html

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,68 @@ <h3>by Bruna-luc</h3>
5656
</div>
5757
</div>
5858

59+
<div class="grid-item">
60+
<div class="card">
61+
<div class="img-cont">
62+
<img class="card-img"
63+
src="./assets/ss_quote.jpg"
64+
alt="you can win if you want" />
65+
</div>
66+
<div class="card-content">
67+
<h1 class="card-header">🔥</h1>
68+
<p class="card-text">
69+
You can WIN if you WANT!
70+
</p>
71+
<br>
72+
<h3>by Sai Sunitha</h3>
73+
74+
<a href="https://www.linkedin.com/in/sai-sunitha-g-418a161b5/" target="_blank">
75+
<button class="card-btn">Connect with me!</button>
76+
</a>
77+
78+
</div>
79+
</div>
80+
</div>
81+
82+
83+
84+
<div class="card-content">
85+
<h1 class="card-header">👀</h1>
86+
<p class="card-text">
87+
Just Do It.
88+
</p>
89+
<h3>not by pious</h3>
90+
<button class="card-btn">Click Here</button>
91+
</div>
92+
</div>
93+
</div>
94+
95+
<div class="grid-item">
96+
<div class="card">
97+
<img class="card-img" src="https://www.adweek.com/wp-content/uploads/files/blogs/just-do-it-hed-2013.jpg"
98+
alt="Maldives" />
99+
<div class="card-content">
100+
<h1 class="card-header">🌻</h1>
101+
<p class="card-text">
102+
It's weird not to be weird!!!
103+
</p>
104+
<h3>by Maheen</h3>
105+
<div class="grid-item">
106+
<div class="card">
107+
<div class="img-cont">
108+
<img class="card-img" src="https://parade.com/.image/c_limit%2Ccs_srgb%2Cq_auto:good%2Cw_680/MTkwNTc1ODgzMjYwNTM1OTMz/funny-quotes-m-scott.webp"
109+
alt="" />
110+
</div>
111+
<div class="card-content">
112+
<h1 class="card-header"></h1>
113+
<p class="card-text">
114+
"I'm not superstitious, but I'm a little stitious."
115+
</p>
116+
<h3>by Abhinav Banerjee</h3>
117+
<button class="card-btn">Click Here</button>
118+
</div>
119+
</div>
120+
</div>
59121

60122

61123
<div class="grid-item">

style.css

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -241,16 +241,6 @@ body {
241241
margin-left: 1.5rem;
242242
}
243243

244-
@media only screen and (max-width: 60em) {
245-
/* body {
246-
padding: 3rem;
247-
} */
248-
249-
.grid-item {
250-
flex: 100%;
251-
}
252-
}
253-
254244
.header {
255245
overflow: hidden;
256246
background-color: #f1f1f1;
@@ -264,3 +254,21 @@ body {
264254
.subtitle {
265255
text-align: center;
266256
}
257+
258+
a:link {
259+
text-decoration: none;
260+
}
261+
262+
a:visited {
263+
text-decoration: none;
264+
}
265+
266+
@media only screen and (max-width: 60em) {
267+
/* body {
268+
padding: 3rem;
269+
} */
270+
271+
.grid-item {
272+
flex: 100%;
273+
}
274+
}

0 commit comments

Comments
 (0)