We are Strath Union, your Students’ Union - the beating heart of activity for students on Strathclyde campus since 1964.
About Us
We run events year-round where you can let loose, let go, just throw a couple shapes and put your skills on show.
Events
We provide free and confidential advice for students, covering academic support, wellbeing and more.
Advice
University is all about finding friends, finding community, and finding yourself.
Societies
Sports Union
We exist to represent all students at the University of Strathclyde. We make sure your voice is heard across the University and beyond.
Voice
Enhance your CV, develop skills, find a part-time job and get more involved with your local community.
Opportunities
The Union is a great place to meet friends, study, grab lunch or take a break. Have a look and discover our variety of venues.
Food & Drink
Bag the latest Strath branded merch, get the latest student deals and explore memberships available at the Union!
Shop
Create engaging layouts using columns to spread out photography, text and buttons.
Set to a 40% width, this column is home to a little bit of text.
First you need to open up a container to put your individual columns in, using the columns class on a section, div or similar tag, like below:
columns
section, div
<div class="columns">
Then you add your individual columns inside this. Whatever columns you put there must add up to 100%:
<section class="columns"> <div class="col-40">Content in a 40% width column</div> <div class="col-60">Content in a 60% width column</div> </section>
In the above example, we have col-40 and col-60.
col-40
col-60
<section class="columns"> <div class="col-20">Content in a 20% width column</div> <div class="col-30">Content in a 30% width column</div> <div class="col-50">Content in a 50% width column</div> </section>
In this example, we have col-20 and col-30 and col-50.
col-20
col-30
col-50
col-10
<div class="col-10">Content</div>
<div class="col-20">Content</div>
col-25
<div class="col-25">Content</div>
<div class="col-30">Content</div>
col-33
<div class="col-33">Content</div>
<div class="col-40">Content</div>
<div class="col-50">Content</div>
<div class="col-60">Content</div>
col-66
<div class="col-66">Content</div>
col-70
<div class="col-70">Content</div>
col-75
<div class="col-75">Content</div>
col-80
<div class="col-80">Content</div>
col-90
<div class="col-90">Content</div>
By using the align-center class, on a desktop the content in each coluns will be centered.
align-center
<div class="columns align-center"> <div class="col-40"> <h3>This is the second column</h3> <p>This example is the same, except on a desktop the text is centered alongside the image to the right.</p> </div> <div class="col-60"> <img alt="A photograph of Strath students" src="/pageassets/people-4.jpg" /> </div> </div>