#frontend-development
Read more stories on Hashnode
Articles with this tag
Hover .. .. . . .
What is Frontend Web Development? Frontend web development is the developmet of the graphical user interface of a website through the use of html/css...
Here is the code for a basic portfolio layout . <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta...
Fun Hover effect with CSS. <div> <h1>Hello Marisa!</h1> </div> Okay, I just realized that inserting code has options for different coding...
.. <a href="https://www.google.com/" target=_"blank">This is a link</a> <a class="contactLink" href="https://www.google.com/"...
The CSS for the tribute page :root{ --primary: #add8e6; --secondary:rgba(255, 255, 255, 0.3); } /*reset*/ body,p,a,ul,li{ margin:0px; ...