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 12:20
Usually, when we sniff packets, we are only interested certain types of packets. we can do that by setting filters in sniffing. scapy’s filter use the bpf (berkeley packet filter) syntax; you can find the bpf manual from the internet. set the following filters and demonstrate your sniffer program again (each filter should be set separately): (a) capture only the icmp packet. (b) capture any tcp packet that comes from a particular ip and with a destination port number 23. (c) capture packets comes from or to go to a particular subnet. you can pick any subnet, such as 128.230.0.0/16; you should not pick the subnet that your vm is attached to.
Answers: 3
question
Computers and Technology, 23.06.2019 02:00
As with any small island country, cuba has fewer natural resources than countries such as brazil. this affects their economy in that cuba a) exports only manufactured products. b) exports more products than it imports.. c) must import more products than it exports. d) has imposed trade barriers against the united states.
Answers: 3
question
Computers and Technology, 23.06.2019 21:20
For positive constants a and b, the force between two atoms in a molecule is given f(r) = −a r2 + b r3 , where r > 0 is the distance between the atoms. note: a and b are upper case letters. (a) find f '(r) = (b) find the critical point for f(r). r = (c) find f ''(r) = (d) find the value of r so that f ''(r) = 0.
Answers: 1
question
Computers and Technology, 24.06.2019 00:20
The guy wire bd exerts on the telephone pole ac a force p directed along bd. knowing the p must have a 720-n component perpendicular to the pole ac, determine the magnitude of force p and its component along line ac.
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
Mathematics, 05.11.2019 15:31
question
Mathematics, 05.11.2019 15:31
question
Mathematics, 05.11.2019 15:31
question
World Languages, 05.11.2019 15:31
Questions on the website: 13722362