My name is Carl Luidee Lim.
I am a senior student at SPU studying Computer Science.
| Course Number | Course Name |
|---|---|
| CSC 2431 | Data Structures and Algorithms |
| ENG 3333 | Asian American Literature |
| CSC 3221 | Netcentric Computing |
| Time | Course |
|---|---|
| 10:30 am | Data Structures and Algorithms |
| 11:50 am | |
| 12:00 pm | Lunch |
| 12:50 pm | |
| 1:00 pm | Asian American Literature |
| 2:20 pm | |
| 2:30 pm | Netcentric Computing |
| 3:50 pm |
The <table> element is set to , TODO
table {
width: 100%;
border-collapse: collapse;
}
The <div> element is set to have a red background with a dark red left border, TODO
div {
background-color: var(--sec-color);
padding: 10px;
margin: 20px;
border-left: 10px solid var(--drk-color);
box-shadow: 0px 0px 10px black;
}