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

StyleGuide

This is a page explaining and showing how 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.




Tabs

These are used on pages that have sub-pages. These look similar to buttons, but they're not rounder.


.tab_selected .tab

content_special

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


Hello i'm some text

AAAAAAAAAAAAAAAAAAA



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

The boxes containing the content of My Feed.

#Feed

#FeedContainer

.FeedContainerBox

.FeedContainerBoxImageContainer

.FeedContainerBoxTextContainer

#FeedContainerBox1Username

#FeedContainerBox1Text

#FeedContainerBox1Timestamp

@endsection