Task #2136 - Fonts link
There are two fonts in the fonts folder - they need to be included in the styles.css file. The font OpenSans-Regular.ttf should be connected with a weight value of 400 and normal style The font OpenSans-LightItalic....
There are two fonts in the fonts folder - they need to be included in the styles.css file. The font OpenSans-Regular.ttf should be connected with a weight value of 400 and normal style The font OpenSans-LightItalic....
Add background color to each paragraph. First paragraph should have #E9A87C background color. Second paragraph should have #C38D9E background color. Third paragraph should have rgb(64,179,161) background color. This task is part of the Full-Stack JavaScript Course...
You need to add a background to the <body> tag. We鈥檒l use the image https://images.unsplash.com/photo-1610128114197-485d933885c5 for this This task is part of the Full-Stack JavaScript Course If you have any issues with it, you can ask for community help below the post...
You need to add a background to the <body> tag. We鈥檒l use the image https://images.unsplash.com/photo-1610128114197-485d933885c5 for this. This time lets make this image fit the screen. Add background-size property with cover as value...
The <body> tag needs to add a background image. For this use the image html.jpg. The background-size property should be set to contain. The background image should not be repeated if it doesn鈥檛 fit the screen....
You should add the background image to the <body> tag. Use the image html.jpg. The background image must not be repeated and should be centered with dimensions: 40% width and 45% height....
The paragraph has a border, let鈥檚 change it a bit. Change the border style from solid to double. Set the border color to green Use internal styles This task is part of the Full-Stack JavaScript Course...
Add a 2px red double border to the <div> element. Add a 1px green dashed border to the <p> element. Do not change the number of HTML elements. This task is part of the Full-Stack JavaScript Course...
Let鈥檚 change the border color. The top border should be yellow The bottom border should be red The left border should turn violet. The right one should remain green....
Add a solid border to the paragraph. The top should be 2px, the bottom should be 4px, both should be green. The left and right borders should be 0px wide and transparent....