Modified the Arabic Color learning website
This commit is contained in:
parent
84c95a6c16
commit
7b0cb030a2
@ -3,26 +3,26 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Spanish Vocabulary</title>
|
||||
<title>Arabic Vocabulary</title>
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Colors</h1>
|
||||
<h2>Learn the colors in Spanish!</h2>
|
||||
<h2 class="color-title" id="red">Rojo</h2>
|
||||
<h2>Learn the colors in Arabic!</h2>
|
||||
<h2 class="color-title" id="red">Ahmar</h2>
|
||||
<img class="color" src="./assets/images/red.png" alt="red" />
|
||||
|
||||
<h2 class="color-title" id="blue">Azul</h2>
|
||||
<h2 class="color-title" id="blue">Azraq</h2>
|
||||
<img src="./assets/images/blue.png" alt="blue" />
|
||||
|
||||
<h2 class="color-title" id="orange">Anaranjado</h2>
|
||||
<h2 class="color-title" id="orange">Burtiqal</h2>
|
||||
<img src="./assets/images/orange.png" alt="orange" />
|
||||
|
||||
<h2 class="color-title" id="green">Verde</h2>
|
||||
<h2 class="color-title" id="green">Akhdar</h2>
|
||||
<img src="./assets/images/green.png" alt="green" />
|
||||
|
||||
<h2 class="color-title" id="yellow">Amarillo</h2>
|
||||
<h2 class="color-title" id="yellow">Asfar</h2>
|
||||
<img src="./assets/images/yellow.png" alt="yellow" />
|
||||
</body>
|
||||
|
||||
|
||||
@ -0,0 +1,28 @@
|
||||
#red {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#blue {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
#orange {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
#yellow {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
#green {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.color-title {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user