Welcome!

Image of Carl Lim

About me

My name is Carl Luidee Lim.

I am a senior student at SPU studying Computer Science.

Current spring courses

Course Number Course Name
CSC 2431 Data Structures and Algorithms
ENG 3333 Asian American Literature
CSC 3221 Netcentric Computing

Current schedule

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

CSS

<table>

The <table> element is set to , TODO

      
table {
    width: 100%;
    border-collapse: collapse;
}
      
    

<div>

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;
}
      
    

Contact me

Email: limc1@spu.edu

Phone: (253) 205-6966

GitHub: https://github.com/CarlLuidee03