Dür site v1

I’m using a common .title class for all the absolute postioned background text and then four separate modifying classes to position each title at the four corners of the page. Here’s some of the sample code:

.title {
  font-size: 100px;
  position: absolute;
}

.title--top-right {
  right: -10%;
  top: 15%;
  transform: rotate(90deg);
}

.title--bottom-right {
  right: 5%;
  bottom: 2%;
  transform: rotate(180deg);
}
Published
Categorized as Posts

By Michael Branson Smith

Michael Smith is an Assistant Professor and Director of the Communications Technology program at York College. Prof. Smith hosts a personal digital archive project blog on Commons titled It Cannot Be Trivial.

Leave a comment

Your email address will not be published. Required fields are marked *