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/Georgia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions Flags/Georgia.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Georgia | Flags</title>
<style>
#georgia {
width: 210px;
height: 120px;
background: linear-gradient(to bottom, transparent 42%, #d00 35%, #d00 58%, transparent 58%), linear-gradient(to right, transparent 45%, #d00 45%, #d00 55%, transparent 55%);
}
#georgia::after {
font-size: 40px;
font-weight:bold;
font-family: 'DejaVu Sans', sans-serif;
width: 160px;
color: red;
content: "+\00a0\00a0\00a0\00a0\00a0+ \A\A +\00a0\00a0\00a0\00a0\00a0+ ";
font-size: 60px;
line-height: 61%;
height: 100px;
display: table;
padding-left: 14%;
padding-top: 8px;
white-space: pre;
}
</style>
</head>
<body >
<div id="georgia"></div>
</body>
</html>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ One `<div>`. Many possibilities.
| [Denmark](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Denmark.html) | [jacksarick](https://github.com/jacksarick) | ![Denmark](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Denmark.png) |
| [Finland](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Finland.html) | [jacksarick](https://github.com/jacksarick) | ![Finland](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Finland.png) |
| [France](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/France.html) | [ManrajGrover](https://github.com/ManrajGrover) | ![France](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/France.png) |
| [Georgia](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Georgia.html) | [bumbeishvili](https://github.com/bumbeishvili) | ![Georgia](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Georgia.png) |
| [Germany](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Germany.html) | [ManrajGrover](https://github.com/ManrajGrover) | ![Germany](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Germany.png) |
| [Greece](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Greece.html) | [jdhoek](https://github.com/jdhoek) | ![Greece](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Greece.png) |
| [Hungary](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Hungary.html) | [jabbalaci](https://github.com/jabbalaci) | ![Hungary](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Hungary.png) |
Expand Down