Borders And Backgrounds
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Height, Width, borders and backgrounds</title> <style> #firstPara{ background-color: rgb(7, 160, 27); height: 100px; width: 455px; border-width: 4px; border-color: purple; border-style: solid; border-radius: 10px; } #secondPara{ background-color: rgb(74, 2...
Comments
Post a Comment