Skip to content

Commit c1d7ea7

Browse files
committed
Update: new version
1 parent f501be6 commit c1d7ea7

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<link rel="stylesheet" href="style.css">
1010
<title>Social Media Card Hover</title>
1111
</head>
12-
1312
<body>
1413
<div class="container">
1514
<div class="card">
@@ -23,26 +22,26 @@
2322
<div class="face face2">
2423
<div class="content">
2524
<h3>
26-
<a href="#" target="_blank">Card</a>
25+
<a href="#" target="_blank">Linkedin</a>
2726
</h3>
28-
<p>This is where I network and build my professional portfolio.</p>
27+
<p>This is where I share info about this section.</p>
2928
</div>
3029
</div>
3130
</div>
3231
<div class="card">
3332
<div class="face face1">
3433
<div class="content">
3534
<div class="icon">
36-
<i class="fa fa-twitter-square" aria-hidden="true"></i>
35+
<i class="fa fa-youtube-square" aria-hidden="true"></i>
3736
</div>
3837
</div>
3938
</div>
4039
<div class="face face2">
4140
<div class="content">
4241
<h3>
43-
<a href="#" target="_blank">Card</a>
42+
<a href="#" target="_blank">Youtube</a>
4443
</h3>
45-
<p>This is where I read news and network with different social groups.</p>
44+
<p>This is where I share info about this section.</p>
4645
</div>
4746
</div>
4847
</div>
@@ -57,13 +56,12 @@ <h3>
5756
<div class="face face2">
5857
<div class="content">
5958
<h3>
60-
<a href="#" target="_blank">Card</a>
59+
<a href="#" target="_blank">GitHub</a>
6160
</h3>
62-
<p>This is where I share code and work on projects.</p>
61+
<p>This is where I share info about this section.</p>
6362
</div>
6463
</div>
6564
</div>
6665
</div>
6766
</body>
68-
6967
</html>

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ body {
3434
}
3535

3636
.container .card:nth-child(1) .icon {
37-
background: #e07768;
37+
background: #2dafff;
3838
}
3939

4040
.container .card:nth-child(2) .icon {
41-
background: #6eadd4;
41+
background: #f00;
4242
}
4343

4444
.container .card:nth-child(3) .icon {
45-
background: #4aada9;
45+
background: #000000;
4646
}
4747

4848
.container .card .icon .fa {

0 commit comments

Comments
 (0)