Skip to content

Commit 6c79da2

Browse files
bazookatooth19hattifnatt4r
authored andcommitted
Change_text_color
1 parent 19342bc commit 6c79da2

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
<div class="card" onclick="openPage('pages/005_aaron.html')">
7676
<img class="card__img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTyYYqt10CcQGcNzCDJwTFB37s6rloLlIBdFw&s">
77-
<div class="card__text">
77+
<div class="card__text card__text--white">
7878
<div class="card__message">Hi There</div>
7979
<div class="card__name">Aaron Weddle</div>
8080
</div>

pages/005_aaron.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ body {
99

1010
p{
1111
font-size: 20px;
12-
}
12+
}
13+

pages/005_aaron.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<body>
1111
<h1>Welcome to Aaron's Page!</h1>
1212

13-
<img class="img_01" src="https://www.google.com/url?sa=t&source=web&rct=j&url=https%3A%2F%2Fwww.dreamstime.com%2Fillustration%2Fimgur.html&ved=0CBYQjRxqFwoTCLjtgqWam5IDFQAAAAAdAAAAABAH&opi=89978449">
13+
<img class="img_01" src="https://i.pinimg.com/474x/93/81/be/9381be90f864be1090487f780f308be8.jpg">
1414

1515
<p>Filler text for now (or forever)</p>
1616

0 commit comments

Comments
 (0)