WD 22. StylingLinks&Buttons
<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Pseudo selectors & more designing </ title > < style > .container { border : 2px solid red; background-color : rgb( 223 , 345 , 201 ); padding : 34px ; margin : 34px auto; width : 666px ; } a { text-decoration : none; color : black; } a:hover { col...