Skip to content

Instantly share code, notes, and snippets.

@jesusdesantos
Created February 21, 2024 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesusdesantos/40134d67ff91d444cd22c06f7433de44 to your computer and use it in GitHub Desktop.
Save jesusdesantos/40134d67ff91d444cd22c06f7433de44 to your computer and use it in GitHub Desktop.
<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Border Width="400" VerticalAlignment="Center" Background="SkyBlue" Padding="8">
<Grid Background="LightBlue">
<Grid HorizontalAlignment="Left">
<TextBlock Text="Team Name" VerticalAlignment="Top" FontSize="18"/>
<TextBlock Text="11 / 11 Alive players" VerticalAlignment="Bottom"/>
</Grid>
<TextBlock Text="24" HorizontalAlignment="Right" FontSize="70" Margin="0,-20,0,-18"/>
</Grid>
</Border>
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment