@extends('layouts.app') @section('title') StyleGuide - {{ env('APP_NAME') }} @endsection @section('content')

StyleGuide

This is a page explaining and showing how (most) of the CSS works for this site.


Buttons

Buttons.. Don't you like them? They're used for most things that you need to click that aren't links. These look similar to tabs, but buttons are round and have more variants.




Code



Tabs

These are used on pages that have sub-pages. These look similar to buttons, but tabs are not round.


.tab_selected .tab

Code



content_special

A div that is used for organising contents using display: inline-flex.


Hello i'm some text in the .content_special/#content_special div



Code



Feed, FeedContainer, FeedContainerBox, FeedContainerBoxImageContainer, FeedContainerBoxTextContainer, FeedContainerBox1Username, FeedContainerBox1Text, FeedContainerBox1Timestamp

The boxes containing the content of My Feed.


Profile Image
#FeedContainerBox1Username

#FeedContainerBox1Text

#FeedContainerBox1Timestamp

Profile Image
#FeedContainerBox1Username

#FeedContainerBox1Text

#FeedContainerBox1Timestamp



Code

@endsection