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/Vietnam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions Flags/Vietnam.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>Vietnam | Flags</title>
<meta charset="utf-8"/>
<style>
#vietnam {
width: 125px;
height: 84px;
background-color: #E21C1C;
}
#vietnam::after {
/*
Unicode, not magic. Stars are separated by a no-break space (U+00A0) to
prevent the sets of six and five stars from being split up over lines.
Regular spaces indicate where line breaks should occur.
The star is U+2605 BLACK STAR, so this approach is almost cheating.
*/
content: "★";
font-size: 51px;
font-family: 'DejaVu Sans', sans-serif;
color: #FFFF00;
line-height: 160%;
padding-left: 37px;
}
</style>
</head>
<body>
<div id="vietnam"></div>
</body>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ One `<div>`. Many possibilities.
| [The Netherlands](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Netherlands.html) | [jdhoek](https://github.com/jdhoek) | ![The Netherlands](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Netherlands.png) |
| [United Kingdom](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/UK.html) | [jdhoek](https://github.com/jdhoek) | ![United Kingdom](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/UK.png) |
| [United States of America](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/USA.html) | [jdhoek](https://github.com/jdhoek) | ![United States of America](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/USA.png) |
| [Vietnam](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Vietnam.html) | [saNed](https://github.com/saNed) | ![Vietnam](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Vietnam.png) |

## License
[MIT](https://github.com/ManrajGrover/SingleDivProject/blob/master/LICENSE).