Jezzy Grey

Generation

css from descriptionSun, 19 Feb 2023

Create a css template for Django that will bold the information in the <head> block and italicize the information in the <body> block

.body { font-style: italic; } .head{ font-weight: bolder; }

Want to kickstart your project?Use the new AI Studio to create your code