SCI highlights

Developer
Size
2,685 Kb
Views
26,312

How do I make an sci highlights?

What is a sci highlights? How do you make a sci highlights? This script and codes were developed by Tom D'Auira on 08 September 2022, Thursday.

SCI highlights Previews

SCI highlights - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SCI highlights</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<span></span>
<div class="cards"> <h1>Cultivating Connections. Inspiring Insight.</h1> <div class = "card"> <img src="http://comminfo.rutgers.edu/images/com-dept-new.jpg" alt="" /> <a href="http://comminfo.rutgers.edu/communication/communication-department.html">Communication</a> <span>We are dedicated to the advancement of communication theory and practice through research and public and professional outreach, as well as to preparing students to shape communication concepts and practices of the future.</span> </div> <div class = "card"> <img src="http://comminfo.rutgers.edu/images/jms-dept-new.jpg" alt="" /> <a href="http://comminfo.rutgers.edu/journalism-and-media-studies/journalism-and-media-studies-department.html">Journalism and Media Studies</a> <span>We are committed to cultivating innovative journalism and media production, while grounding it in analysis of institutions and practices around democratic principles.</span> </div> <div class = "card"> <img src="http://comminfo.rutgers.edu/images/lis-dept-new.jpg" alt="" /> <a href="http://comminfo.rutgers.edu/library-and-information-science/library-and-information-science-department.html">Library and Information Science</a> <span>We seek to make significant contributions to the social development of individuals by understanding the links among people, information and technology, as well as to prepare students to lead in information rich contexts and systems.</span> </div>
</div>
</body>
</html>

SCI highlights - Script Codes CSS Codes

/* CSS reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
/* Current SCI homepage is NOT responsive. It is designed for a particular width. I am providing this body CSS code to implement that design. You do NOT need to change this. */
body { display: block; /* Hard code the body width to be 1024px */ width: 1024px; max-width: 1024px; min-width: 1024px; /* Center the whole page if screen is wider. */ margin: 0 auto; /* Add a little space around the edge */ padding: 5px 30px; /* Create 3D effect with shadowing */ position: relative; box-shadow: 6px 6px 35px 0px rgba(0,0,0,0.75), -6px -6px 35px 0px rgba(0,0,0,0.75);
}
/* CSS to create black background. I will explain in class */
body:after { content: ""; background-color: black; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -100;
}
/**** genral CSS you do NOT need to change anything above ****/
/* When you copy CSS from different assignments and lab exercises, please ignore the general overall CSS rules, only the module specific rules prefixed with module class selectors such as .menu, .header, .slideshow, etc */
/* restting default values */
* { margin: 0; padding: 0; box-sizing: border-box;
}
/* set body dimension and background */
body { min-width: 960px; max-width: 2000px; margin: 5px auto 5px auto; background-color: black;
}
.cards{ display:block; width:100%; height:100px; vertical-align:top;
}
.cards > h1{ color:white; font-size: 20px;
}
.cards > .card{ display: inline-block; width: 30%; height:100%;
}
.cards > span{ color: white; font-size:20px;
}
.cards > .card > span { color: white;
}
.cards > .card > a { display: block; color: lightblue; font-size: 20px; text-decoration:none;
} 
SCI highlights - Script Codes
SCI highlights - Script Codes
Home Page Home
Developer Tom D'Auira
Username tmd135
Uploaded September 08, 2022
Rating 3
Size 2,685 Kb
Views 26,312
Do you need developer help for SCI highlights?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tom D'Auira (tmd135) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!