Monday, February 15, 2021

Project Overflow Workflow

 Made logo - convert logo image to URI 
project heading- description
Section1: get random idea- button1
Section2: get idea according to the theme
Section3 Projects for jobs
Section4: Projects using DSA
Section5: Free Public APIs to use
Section6: Projects acc to programming lang
Pro tip: use emojis for better interation

*marquee tag in the right direction for moving text;
*CSS  selectors: p{} , #id{}, .class{}, p.class{}; *{}, h1,h2,p{};
*Clickable button: <button><a href="#id" > click me</a></button>;

*Scroll to other section on same page using a button or link: 
<div class="main" id="section1">
Some content
<a href="#section2">Link to section 2</a></div>

<div class="main" id="section2">
Some content
<a href="#section1">Link to section 1</a></div>
css for this:
html{
scroll-behaviour: smooth;
}

CSS tags:
backgroud-color: 
padding-top:
padding-right:
text-algn: center;
color(text-color):

*Adding images:
<img src="link.jpg" alt="A black, brown, and white dog wearing a kerchief">

.button {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}




Shout out to W3 school and codepen






0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home