Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc88bc61

Browse files
committed
fix image urls
1 parent99c805c commitc88bc61

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

‎062-exchange rate calculator/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body>
1010
<divclass="wrapper">
1111
<img
12-
src="https://image.flaticon.com/icons/svg/3915/3915722.svg"
12+
src="https://i.ibb.co/rvJd2XR/rate.png"
1313
alt="Exchange Rate Calculator"
1414
class="money-img"
1515
/>

‎066-meal finder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<divclass="header">
1818
<divclass="flex">
1919
<img
20-
src="https://image.flaticon.com/icons/svg/1397/1397179.svg"
20+
src="https://i.ibb.co/ZKCTJ9b/728985-fish-cooking-food-kitchen-meal-icon.png"
2121
alt="Meal Finder"
2222
/>
2323
<h1>Meal Finder</h1>

‎066-meal finder/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ body {
2929
}
3030

3131
.headerimg {
32-
width:24px;
33-
width:24px;
32+
width:32px;
33+
width:32px;
3434
}
3535

3636
.headerh1 {
@@ -49,6 +49,7 @@ body {
4949

5050
.flex {
5151
display: flex;
52+
align-items: center;
5253
}
5354

5455
input,

‎067-expense tracker/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ <h1>Expense Tracker</h1>
1717

1818
<divclass="container">
1919
<divclass="header">
20-
<img
21-
src="https://image.flaticon.com/icons/svg/3176/3176361.svg"
22-
alt="Expense Tracker"
23-
/>
20+
<imgsrc="https://i.ibb.co/jfScDTC/budget.png"alt="Expense Tracker"/>
2421
<divclass="balance-container">
2522
<h2>Your Balance</h2>
2623
<h2id="balance"class="balance">$0.00</h2>

‎078-speak number guessing game/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
<img
13-
src="https://image.flaticon.com/icons/svg/3787/3787697.svg"
13+
src="https://i.ibb.co/Kb6SkTm/8399350-mic-microphone-audio-icon.png"
1414
alt="Speak"
1515
/>
1616
<h1>Guess a Number Between 1 - 100</h1>

‎078-speak number guessing game/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ body * {
3535
}
3636

3737
img {
38-
width:16rem;
39-
height:16rem;
38+
width:8rem;
39+
height:8rem;
4040
}
4141

4242
h1,

‎082-parallax landing page/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Don't just start. Continue. Ship. Repeat.</h1>
2525
<sectionclass="section section-stream">
2626
<img
2727
class="play rellax"
28-
src="https://image.flaticon.com/icons/svg/4069/4069204.svg"
28+
src="https://i.ibb.co/Fn2SWJh/play.png"
2929
alt="Play"
3030
data-rellax-speed="0"
3131
data-rellax-xs-speed="-5"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp