Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Assets/Spain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions Flags/Spain.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Spain | Flags</title>
<style>
#spain {
width: 150px;
height: 92px;
background: linear-gradient(180deg, #d03e3e 0%, #d03e3e 25%, #ffc100 25%, #ffc100 75%, #d03e3e 75%, #d03e3e 100%);
}
</style>
</head>
<body>
<div id="spain"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Please go through the [Contributions](https://github.com/manrajgrover/SingleDivP
| [Simple Text Loader](https://github.com/manrajgrover/SingleDivProject/blob/master/Loaders/Simple%20Text%20Loader.html) | [manrajgrover](https://github.com/manrajgrover) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Simple%20Text%20Loader.gif" /> |
| [Melting Ice Cream Loader](https://github.com/taranvohra/SingleDivProject/blob/master/Loaders/Melting%20Ice%20Cream.html) | [TaranVohra](https://github.com/taranvohra) | <img width="350" src="https://github.com/taranvohra/SingleDivProject/blob/master/Assets/Melting%20Ice%20Cream.gif" /> |


### Flags

| Project Name | Your Name / Github Handle | Demo |
Expand Down Expand Up @@ -93,6 +92,7 @@ Please go through the [Contributions](https://github.com/manrajgrover/SingleDivP
| [Russia](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/Russia.html) | [ad222kr](https://github.com/ad222kr) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Russia.png" /> |
| [Senegal](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/Senegal.html) | [Death259](https://github.com/Death259) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Senegal.png" /> |
| [South Africa](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/South%20Africa.html) | [DHernandex](https://github.com/dhernandex) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/South%20Africa.png" /> |
| [Spain](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Spain.html) | [Josevill](https://github.com/josevill) | ![Spain](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Spain.png) |
| [Sierra Leone](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/SierraLeone.html) | [ts96](https://github.com/ts96) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/SierraLeone.png" /> |
| [Suriname](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/Suriname.html) | [adavis46](https://github.com/adavis46) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Suriname.png" /> |
| [Sweden](https://github.com/manrajgrover/SingleDivProject/blob/master/Flags/Sweden.html) | [jacksarick](https://github.com/jacksarick) | <img width="350" src="https://github.com/manrajgrover/SingleDivProject/blob/master/Assets/Sweden.png" /> |
Expand Down