Category: HTML
-
News paper columns – css
Multiple column: save:mulcolumnlayout ouput: save:columnspan save:columnfragmentation save:responsivedesign
-
Z-Index,transition,button in resume – css
save:z index style27 z index -1 means(over lap) below: z index 1 means below: save:paramargin.html style28: using nth: not using nth: difference between above 2 pictures are with nth space between title and para(para not hiding).wihout nth no space and para hiding save:stickyresume style29: scrol the site heading are sticky in 2nd pick save:transition style31:…
-
inherit,revert,opacity – css
output: save:sourceorder.html save:style20.css output: 1st pick opacity (blur image).in 2nd pick hover(cursor move) it clear and blue box save:style19.css output: 1st pick all box are yellow if hover(cursor move) it change blue save:intial.html output:
-
Division,position – css (DAY11)
Division- border and background color , position-static,fixed,absolute division: save:division save:style9.css (it gives border to div codes) output: save:style10 (it create margin that means there creates the margin area inside margin we have that box,padding means in the box(border) like inside box margin output: In below we have margin space in left and padding in inside…
-
HTML and CSS(day 10)
text style: save:text save:style 3 output: save:text1 save :style4 output: save:text2 output: above link change as yellow color if cursor move on link and click it (clicking time) color as black .then open the link open in new tab save:text3 output: save:text4 output: style7: style8: to use of collapse- for orange color table format
-
clickjacking
What is clickjacking ? Clickjacking is an attack that tricks a user into clicking a webpage element which is invisible or disguised as another element. This can cause users to unwittingly download malware, visit malicious web pages, provide credentials or sensitive information, transfer money, or purchase products online. Typically, clickjacking is performed by displaying an…