Skip to content

Instantly share code, notes, and snippets.

@chathurawidanage
Created January 5, 2021 23:54
Show Gist options
  • Save chathurawidanage/5b54981f5d489d14ebe2d50178c844e5 to your computer and use it in GitHub Desktop.
Save chathurawidanage/5b54981f5d489d14ebe2d50178c844e5 to your computer and use it in GitHub Desktop.
Module
<div>
<h1>Your module title here</h1>
<div style="display: grid; grid-template-columns: 100px auto">
<img
width="100%"
src="https://www.cs.cornell.edu/courses/cs1110/2020fa/lessons/lesson30/thumb.png"
/>
<div>
<p>
Your descriotion here. Your descriotion here. Your descriotion here.
Your descriotion here. Your descriotion here. Your descriotion here.
Your descriotion here. Your descriotion here.
<a href="#">Watch ></a>
</p>
</div>
</div>
<div
style="
display: grid;
grid-template-columns: 50% 25% 25%;
border: 1px solid #E4E4E4;
margin-top: 5px;
"
>
<p style="padding: 5px">8 videos totalling 1:04 hours</p>
<a href="" style="background: #E4E4E4;
padding: 5px;">
<p style="text-align: center">Slides</p>
</a>
<a href="" style="background: #E4E4E4;
padding: 5px;"> <p style="text-align: center">Demos</p></a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment