subject

Many countries in the world have three-color flags with the bands of color in equal-sized sections. Take, for example, the flag of Belgium: The Belgian flag has three vertical stripes of black, yellow, and red, from left to right.
In this activity, you will be recreating the flags of at least three countries by using HTML and CSS. Here are some countries with flags that have three colors:

Nigeria, Ireland, France, Italy, Ivory Coast, Guinea, Mali, Chad, Romania, Bulgaria, Estonia, Russia, Lithuania, Armenia, Luxembourg, Sierra Leone, Netherlands, Austria, Yemen, Hungary

Steps:

Choose three countries from the list above. At least one flag must have vertical sections, and at least one flag must have horizontal sections. For example, you could choose the flags of France (vertical), Armenia (horizontal), and Nigeria (vertical).
Log in to REPL. it and make a new REPL called Flags.
In the index. html file, create three divs, one for each of your chosen countries.
Give each of those divs a height and width in your index. css file.
In the index. html file, create three divs inside each of your countries. These represent the three colors of the flag.
Give each of those three divs the appropriate color, height, and width.
If the flag is vertical (like the Belgian flag above), you will use the float property to make the three divs side by side.
If the flag is horizontal (like the Armenian flag), you will use the display property instead of float to stack the three divs on top of each other:
display: grid;
Create a line break between each flag by using the appropriate HTML tag.
Your output should look similar to this:

The Belgian flag has three vertical stripes of black, yellow, and red, from left to right.
When you are finished, share the link to your webpage with your teacher by clicking on the share button and copying the link.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:20
Pp 4.1 design and implement a class called sphere that contains instance data that represents the sphere’s diameter. define the sphere constructor to accept and initialize the diameter and include getter and setter methods for the diameter. include methods that calculate and return the volume and surface area of the sphere (see pp 3.5 for the formulas). include a tostring method that returns a one-line description of the sphere. create a driver class called multisphere, whose main method instantiates and updates several sphere objects.
Answers: 1
question
Computers and Technology, 23.06.2019 06:30
To become an audio technician, the most successful tactics might include the following. (select all that apply). learning how to persuade other people gaining different types of experience in audio technology learning as much as possible about art history establishing a reputation as a reliable professional
Answers: 1
question
Computers and Technology, 23.06.2019 06:30
On early television stations, what typically filled the screen from around 11pm until 6am? test dummies test patterns tests testing colors
Answers: 1
question
Computers and Technology, 23.06.2019 10:50
Your friend kayla is starting her own business and asks you whether she should set it up as a p2p network or as a client-server network. list three questions you might ask to kayla decide which network to use and how her answers to those questions would affect your recommendation.
Answers: 2
You know the right answer?
Many countries in the world have three-color flags with the bands of color in equal-sized sections....
Questions
question
Biology, 15.04.2021 03:20
question
Biology, 15.04.2021 03:20
question
Biology, 15.04.2021 03:20
question
Mathematics, 15.04.2021 03:20
question
Mathematics, 15.04.2021 03:20
question
Mathematics, 15.04.2021 03:20