Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Georgian Flag #53

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 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.
54 changes: 54 additions & 0 deletions Flags/Georgia.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@


<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">


<title>CodePen - A Pen by dato</title>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this to Georgia | Flags





<style>
#georgia {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please indent CSS properly

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-family: 'DejaVu Sans', sans-serif;
line-height: 80%;
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 translate="no" >

<div id="georgia"></div>

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove extra lines that are not required.






</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